[INFO] fetching crate clock-hash 1.0.0...
[INFO] checking clock-hash-1.0.0 against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] extracting crate clock-hash 1.0.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate clock-hash 1.0.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate clock-hash 1.0.0
[INFO] tweaked toml for crates.io crate clock-hash 1.0.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate clock-hash 1.0.0 on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate clock-hash 1.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 172e51aeb6983b1270850ac67524919e488dda1cf744b71bf540438761a7a035
[INFO] running `Command { std: "docker" "start" "172e51aeb6983b1270850ac67524919e488dda1cf744b71bf540438761a7a035", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "172e51aeb6983b1270850ac67524919e488dda1cf744b71bf540438761a7a035", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "172e51aeb6983b1270850ac67524919e488dda1cf744b71bf540438761a7a035" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "172e51aeb6983b1270850ac67524919e488dda1cf744b71bf540438761a7a035", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "172e51aeb6983b1270850ac67524919e488dda1cf744b71bf540438761a7a035" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling zmij v1.0.14
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]    Compiling clock-hash v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking criterion-plot v0.8.1
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stdout] warning: unused import: `MAX_PADDED_SIZE`
[INFO] [stdout]  --> src/hasher.rs:6:56
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::padding::{BLOCK_SIZE, pad_message_in_place, MAX_PADDED_SIZE};
[INFO] [stdout]   |                                                        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/cpuid.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     unsafe {
[INFO] [stdout]    |     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `padded_length` is never used
[INFO] [stdout]   --> src/padding.rs:35:8
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub fn padded_length(_message_len: usize) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `pad_message` is never used
[INFO] [stdout]   --> src/padding.rs:90:8
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn pad_message(message: &[u8]) -> alloc::vec::Vec<u8> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cpu_features` is never used
[INFO] [stdout]    --> src/performance.rs:140:8
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub fn cpu_features() -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `verify_constant_time` is never used
[INFO] [stdout]   --> src/security.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn verify_constant_time(iterations: usize) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]    Compiling zerocopy-derive v0.8.33
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stdout] error[E0277]: the trait bound `T: HasField<F, -1, FIELD_ID>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.33/src/pointer/ptr.rs:936:9
[INFO] [stdout]     |
[INFO] [stdout] 936 | /         pub fn project<F, const FIELD_ID: i128>(
[INFO] [stdout] 937 | |             self,
[INFO] [stdout] 938 | |         ) -> Ptr<'a, T::Type, (I::Aliasing, Unaligned, I::Validity)>
[INFO] [stdout] 939 | |         where
[INFO] [stdout] 940 | |             T: HasField<F, { crate::STRUCT_VARIANT_ID }, FIELD_ID>,
[INFO] [stdout] 941 | |             T::Type: 'a + CastableFrom<T, I::Validity, I::Validity>,
[INFO] [stdout]     | |____________________________________________________________________^ the trait `HasField<F, -1, FIELD_ID>` is not implemented for `T`
[INFO] [stdout]     |
[INFO] [stdout] help: consider further restricting type parameter `T` with trait `HasField`
[INFO] [stdout]     |
[INFO] [stdout] 872 |         T: 'a + ?Sized + HasField<F, -1, FIELD_ID>,
[INFO] [stdout]     |                        +++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zerocopy` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "172e51aeb6983b1270850ac67524919e488dda1cf744b71bf540438761a7a035", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "172e51aeb6983b1270850ac67524919e488dda1cf744b71bf540438761a7a035", kill_on_drop: false }`
[INFO] [stdout] 172e51aeb6983b1270850ac67524919e488dda1cf744b71bf540438761a7a035
